net/http.connLRU.ll (field)

7 uses

	net/http (current package)
		transport.go#L3019: 	ll *list.List // list.Element.Value type is of *persistConn
		transport.go#L3025: 	if cl.ll == nil {
		transport.go#L3026: 		cl.ll = list.New()
		transport.go#L3029: 	ele := cl.ll.PushFront(pc)
		transport.go#L3037: 	ele := cl.ll.Back()
		transport.go#L3039: 	cl.ll.Remove(ele)
		transport.go#L3047: 		cl.ll.Remove(ele)